What are frames and CFrameWnd?
4005
17-Aug-2012
Updated on 18-Sep-2020
Anonymous User
17-Aug-2012Frames contain view windows. Frame windows allow the user the capability to use status bars, toolbars, and splitters.
CFrameWnd contains the implementation to perform the function of a main window as wells as it keeps track of currently active view that is independent of Windows active window or input focus. It also provides the functionality of a Windows single document interface (SDI) overlapped. This is contained in CFrameWnd class.
For example:
class CFrameWnd : public CWnd